? .DS_Store ? js/.DS_Store Index: taxonomy_manager.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_manager/taxonomy_manager.module,v retrieving revision 1.5.2.17.2.14.2.16 diff -u -p -r1.5.2.17.2.14.2.16 taxonomy_manager.module --- taxonomy_manager.module 30 Jan 2010 15:52:57 -0000 1.5.2.17.2.14.2.16 +++ taxonomy_manager.module 11 Jan 2011 17:17:30 -0000 @@ -1095,7 +1095,7 @@ function theme_taxonomy_manager_tree_che } if (!is_null($title)) { - $checkbox = ''; + $checkbox = ' ' . $title; } unset($element['#title']); Index: js/termData.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_manager/js/Attic/termData.js,v retrieving revision 1.1.2.3.2.8.2.13 diff -u -p -r1.1.2.3.2.8.2.13 termData.js --- js/termData.js 30 Jan 2010 16:37:29 -0000 1.1.2.3.2.8.2.13 +++ js/termData.js 11 Jan 2011 17:17:30 -0000 @@ -43,11 +43,11 @@ Drupal.attachTermData = function(ul, tre */ Drupal.attachTermDataLinks = function(ul, tree) { $(ul).find('a.term-data-link').click(function() { - Drupal.activeTermSwapHighlight(this); - var li = $(this).parents("li"); - var termdata = new Drupal.TermData(Drupal.getTermId(li), this.href +'/true', li, tree); - termdata.load(); - return false; + //Drupal.activeTermSwapHighlight(this); + //var li = $(this).parents("li"); + //var termdata = new Drupal.TermData(Drupal.getTermId(li), this.href +'/true', li, tree); + //termdata.load(); + //return false; }); }